From e780804f7f2364c4769c4e390247c29004c8fea5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 13 Dec 2006 18:44:45 +0000 Subject: [PATCH] Add --unlink-tempfile to the evince call for print preview. (#370041, Ghee 2006-12-13 Matthias Clasen * gtk/Makefile.am: Add --unlink-tempfile to the evince call for print preview. (#370041, Ghee Teo) --- ChangeLog | 5 +++++ gtk/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 77857f444c..9751cbce2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-13 Matthias Clasen + + * gtk/Makefile.am: Add --unlink-tempfile to the evince call + for print preview. (#370041, Ghee Teo) + 2006-12-11 Matthias Clasen * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): Be more diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 9c02d70fd1..4c07d1e461 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS=theme-bits if OS_UNIX SUBDIRS += xdgmime -GTK_PRINT_PREVIEW_COMMAND="evince --preview %f" +GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview %f" endif DIST_SUBDIRS=theme-bits xdgmime -- 2.30.2